System APIs
Description
The navigation menu structure of the RamBase client, organizing applications into logical groups.
Tags and resources
system/rambase-menu-items
Use this resource to create a new RamBase menu item at any level in the tree.
system/rambase-menu-items
This resource will list all available RamBase menu items within the current RamBase system. If you want to list all menus available you should use the level query parameter and specify level=0. By specifing a level other than 0 you will get all menu items at that level regardless of which menu they belong to.
system/rambase-menu-items/{ramBaseMenuItemId}
This resource will give you all the details of a specific RamBase menu item.
system/rambase-menu-items/{ramBaseMenuItemId}/api-operations/{apiOperationId}/instances
2 operation(s) for system/rambase-menu-items/{ramBaseMenuItemId}
system/rambase-menu-items/{RamBaseMenuItemId}
Delete a RamBase menu item from anywhere in the tree. If the menu item you delete has any sub menu item, those sub menu items will be deleted as well.
system/rambase-menu-items/{RamBaseMenuItemId}
Use this resource to update an existing RamBase menu item.
system/rambase-menu-items/{RamBaseMenuItemId}/sub-menu-items
For easier access to creating new sub menu items you can use this resource.
system/rambase-menu-items/{ramBaseMenuItemId}/sub-menu-items
This resource will list all RamBase menu items that is a child of the menu item refered to in the url parameter.